Tools changes for PCI front/back drivers.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Feb 2006 22:46:51 +0000 (23:46 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Feb 2006 22:46:51 +0000 (23:46 +0100)
commitd70271d48596495cb0b2cf601771b8d4139784a8
tree40036159f8fccca9a41d50056076d9bc61debfd6
parentca0e9847e8635765e36422e91eaa0f88997e6a60
Tools changes for PCI front/back drivers.

Replace the old pciif DevController class with a new one that
configures the PCI backend. A util class detects the resource usage of
the specified PCI devices and pciif interacts with Xen to permit a
driver domain to directly access those physical I/O resources.

Signed-off-by: Ryan Wilson <hap9@epoch.ncsc.mil>
tools/python/xen/util/pci.py [new file with mode: 0644]
tools/python/xen/xend/server/pciif.py
tools/python/xen/xm/create.py